home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / notime10.zip / README < prev   
Text File  |  1992-02-04  |  2KB  |  49 lines

  1. NOTIME v1.0:  Run in the $$LOGOFF.BAT file this program will check to see if a
  2. caller has a specific security level.  If so it will change the minutes used in
  3. the user record to zero allowing the next caller using the same user-id to
  4. receive a full session's time limit.  Optionally resets Last Message Read
  5. pointers.  Useful for DEMO ACCOUNTS on PCBoard v14.5a systems.
  6.  
  7. Installation:
  8.  
  9. 1) Copy the NOTIME.EXE file into the PCBoard directory or in any directory
  10.    listed in your PATH= environment setting.
  11.  
  12. 2) Create a $$LOGOFF.BAT file in the directory where PCBoard is run.
  13.  
  14. 3) In the $$LOGOFF.BAT file have a line that looks like this:
  15.  
  16.          NOTIME pcboard.sys \pcb\main\users 15 reset
  17.  
  18. The first parameter to NOTIME tells it where it should find the pcboard.sys
  19. file.  If $$LOGOFF.BAT does not change directories just typing pcboard.sys will
  20. be fine.  If you change directories then use the complete path to the file such
  21. as "\pcb\pcboard.sys".
  22.  
  23. The second parameter tells NOTIME where to find the users file.  A complete
  24. path is shown in the above example.
  25.  
  26. The third parameter tells NOTIME what security level to watch for and modify.
  27. Any caller having a security level less than or greater than the level given
  28. as the third parameter will be ignored.  Callers having the exact security
  29. level given will have their minutes used field in the user record changed to 0
  30. as if the caller had not used any time on during his call.
  31.  
  32. The fourth parameter is OPTIONAL and tells NOTIME to reset the Last Message
  33. Read pointers of all conferences 0 thru 39 back to zero so that the next caller
  34. will be able to read all of the same mail.  Conferences beyond 39 are not
  35. supported in this release.
  36.  
  37. The amount of time given to such callers is still controlled by the PWRD file
  38. in PCBoard.  If the PWRD file gives a session limit of 30 minutes for a level
  39. 15 caller and you use the NOTIME program on level 15 callers then each caller
  40. who logs in with a user-id that has a level 15 will get 30 minutes.
  41.  
  42. The benefit here is that any number of callers can call in using the same
  43. user-id and receive a full session time.
  44.  
  45. An obvious "abuse" of this would be where the same caller uses 30 minutes,
  46. hangs up, dials back in and uses another 30 minutes.  Of course, he at least
  47. had to "hang up" and give someone else a chance to get on the system and
  48. sometimes that is all that matters.
  49.